type reflect.structType

30 uses

	reflect (current package)
		abi.go#L237: 		st := (*structType)(unsafe.Pointer(t))
		type.go#L406: type structType struct {
		type.go#L744: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L752: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L760: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L768: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L784: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L1102: func (t *structType) Field(i int) (f StructField) {
		type.go#L1151: func (t *structType) FieldByIndex(index []int) (f StructField) {
		type.go#L1168: 	typ   *structType
		type.go#L1174: func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
		type.go#L1192: 	var nextCount map[*structType]int
		type.go#L1199: 	visited := map[*structType]bool{}
		type.go#L1253: 				styp := (*structType)(unsafe.Pointer(ntyp))
		type.go#L1259: 					nextCount = map[*structType]int{}
		type.go#L1280: func (t *structType) FieldByName(name string) (f StructField, present bool) {
		type.go#L1607: 		t := (*structType)(unsafe.Pointer(T))
		type.go#L1608: 		v := (*structType)(unsafe.Pointer(V))
		type.go#L1981: 		tt := (*structType)(unsafe.Pointer(t))
		type.go#L2008: 		tt := (*structType)(unsafe.Pointer(t))
		type.go#L2030: 		tt := (*structType)(unsafe.Pointer(t))
		type.go#L2105: 	structType
		type.go#L2371: 	var typ *structType
		type.go#L2385: 			{Name: "S", Type: TypeOf(structType{})},
		type.go#L2390: 		typ = (*structType)(tt.Elem().Field(0).Addr().UnsafePointer())
		type.go#L2419: 	prototype := *(**structType)(unsafe.Pointer(&istruct))
		type.go#L2557: 		st := (*structType)(unsafe.Pointer(t))
		type.go#L2846: 		tt := (*structType)(unsafe.Pointer(t))
		value.go#L1274: 	tt := (*structType)(unsafe.Pointer(v.typ()))
		value.go#L1856: 	tt := (*structType)(unsafe.Pointer(v.typ()))